object frmAddNew: TfrmAddNew Left = 192 Top = 108 HelpContext = 3 ActiveControl = txtFolder BorderStyle = bsDialog Caption = 'Add new listing' ClientHeight = 159 ClientWidth = 306 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 4 Top = 4 Width = 293 Height = 117 Shape = bsFrame end object Label1: TLabel Left = 12 Top = 16 Width = 65 Height = 13 Caption = 'Drive / folder:' end object lblDescription: TLabel Left = 12 Top = 64 Width = 56 Height = 13 Caption = 'Description:' end object Label2: TLabel Left = 13 Top = 88 Width = 47 Height = 13 Caption = 'Comment:' end object cmdOK: TButton Left = 188 Top = 128 Width = 53 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 OnClick = cmdOKClick end object cmdCancel: TButton Left = 248 Top = 128 Width = 49 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end object txtFolder: TEdit Left = 92 Top = 12 Width = 177 Height = 21 TabOrder = 0 Text = 'c:\t' OnExit = txtFolderExit end object cmdBrowse: TButton Left = 272 Top = 12 Width = 19 Height = 21 Caption = '...' TabOrder = 1 OnClick = cmdBrowseClick end object txtDescription: TEdit Left = 92 Top = 60 Width = 177 Height = 21 TabOrder = 3 Text = 'c:\t' end object txtComment: TEdit Left = 92 Top = 84 Width = 177 Height = 21 TabOrder = 4 end object chkDefaultDrive: TCheckBox Left = 94 Top = 36 Width = 169 Height = 17 Caption = 'Save as default drive / folder' TabOrder = 2 end end